home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / shared.dir / 01228_EINSTEIN ICON.PICT.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  149 b   |  10 lines

  1. on mouseDown
  2.   puppetTransition(0)
  3.   sound stop 1
  4.   if the movie = "Main.dir" then
  5.     go("Einstein")
  6.   else
  7.     go("Einstein", "Main")
  8.   end if
  9. end
  10.